SftTree/OCX 7.0

SftTree.RowColHeaderForeColor Property

Softel vdm, Inc.

Defines the row/column header's text color.

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.ForeColor instead

Syntax       

Get

VB.NET

Clr = object.RowColHeaderForeColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.RowColHeaderForeColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.RowColHeaderForeColor;

VC++

OLE_COLOR Clr = object->RowColHeaderForeColor;
OLE_COLOR Clr = object->GetRowColHeaderForeColor();

C

HRESULT object->get_RowColHeaderForeColor(OLE_COLOR* Clr);

Delphi

Clr := object.RowColHeaderForeColor  : TColor;

Put

VB.NET

object.RowColHeaderForeColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.RowColHeaderForeColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.RowColHeaderForeColor = Clr;

VC++

OLE_COLOR object->RowColHeaderForeColor = Clr;
void object->PutRowColHeaderForeColor(OLE_COLOR Clr);

C

HRESULT object->put_RowColHeaderForeColor(OLE_COLOR Clr);

Delphi

object.RowColHeaderForeColor := Clr  : TColor;

object

A SftTree object.

Clr

Defines the row/column header's text color.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.ForeColor instead

The RowColHeaderForeColor property defines the row/column header's text color.

This property has no effect if Windows themes are used.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com